home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / Implementation / Utilities / Printer.r < prev    next >
Encoding:
Text File  |  1997-02-13  |  1.7 KB  |  101 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Printer.r
  3.  
  4.     Contains:    Resources used by the OpenDoc printing utilities.
  5.  
  6.     Owned by:    Jens Alfke
  7.  
  8.     Copyright:    © 1995 - 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <5>     9/18/96    TJ        1384389 Remove RSRC names in Non-Debug
  13.                                     Builds.
  14.          <4>     9/10/96    eeh        1384356: make resources purgeable
  15.          <2>      2/2/96    JA        Filled in header comments.
  16.          <1>      2/2/96    JA        first checked in
  17.  
  18.     To Do:
  19. */
  20.  
  21.  
  22. resource 'DITL' (32000, purgeable /*<eeh> added for 1384356*/) {
  23.     {    /* array DITLarray: 4 elements */
  24.         /* [1] */
  25.         {170, 262, 190, 320},
  26.         Button {
  27.             enabled,
  28.             "OK"
  29.         },
  30.         /* [2] */
  31.         {13, 14, 45, 46},
  32.         Icon {
  33.             disabled,
  34.             0
  35.         },
  36.         /* [3] */
  37.         {13, 61, 150, 316},
  38.         StaticText {
  39.             disabled,
  40.             "^0"
  41.         },
  42.         /* [4] */
  43.         {172, 61, 188, 136},
  44.         StaticText {
  45.             disabled,
  46.             "^1"
  47.         }
  48.     }
  49. };
  50.  
  51. resource 'STR#' (32000
  52. #If ODDebug
  53. , "printer error messages"
  54. #endif
  55. ) {
  56.     {    /* array StringArray: 2 elements */
  57.         /* [1] */
  58.         "A printer error has occurred. Make sure "
  59.         "the printer is turned on, the printer ha"
  60.         "s paper, and that there isn't a paper ja"
  61.         "m.",
  62.         /* [2] */
  63.         "A printer has not been selected yet. Ple"
  64.         "ase open the Chooser and select the prin"
  65.         "ter you wish to print to."
  66.     }
  67. };
  68.  
  69. resource 'STR#' (32001
  70. #If ODDebug
  71. , "Dialog Menu Item Strings"
  72. #endif
  73. ) {
  74.     {    /* array StringArray: 2 elements */
  75.         /* [1] */
  76.         "Undo",
  77.         /* [2] */
  78.         "Redo"
  79.     }
  80. };
  81.  
  82. resource 'ALRT' (32000,
  83. #if ODDebug
  84. "Printing Error",
  85. #endif
  86. purgeable /*<eeh> added for 1384356*/) {
  87.     {40, 40, 245, 381},
  88.     32000,
  89.     {    /* array: 4 elements */
  90.         /* [1] */
  91.         OK, visible, sound1,
  92.         /* [2] */
  93.         OK, visible, sound1,
  94.         /* [3] */
  95.         OK, visible, sound1,
  96.         /* [4] */
  97.         OK, visible, sound1
  98.     },
  99.     alertPositionParentWindowScreen
  100. };
  101.